IHipRendererBuffer

Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source.
getBuffer
ubyte[] getBuffer()

This API is not available on OpenGL. Use set/update data instead.

setData
void setData(void[] data)
Undocumented in source.
type
HipRendererBufferType type()
Undocumented in source.
unbind
void unbind()
Undocumented in source.
unmapBuffer
void unmapBuffer()

This API is only necessary when dealing with D3D. The buffer is automatically mapped when getBuffer is called.

updateData
void updateData(int offset, void[] data)
Undocumented in source.

Meta